﻿2026-06-09T03:00:33.7350048Z Current runner version: '2.334.0'
2026-06-09T03:00:33.7354898Z Runner name: 'hfenduleam'
2026-06-09T03:00:33.7355360Z Runner group name: 'Default'
2026-06-09T03:00:33.7355876Z Machine name: 'HFENDULEAM'
2026-06-09T03:00:33.7357787Z ##[group]GITHUB_TOKEN Permissions
2026-06-09T03:00:33.7359100Z Contents: read
2026-06-09T03:00:33.7359452Z Metadata: read
2026-06-09T03:00:33.7359770Z Packages: read
2026-06-09T03:00:33.7360096Z ##[endgroup]
2026-06-09T03:00:33.7361341Z Secret source: Actions
2026-06-09T03:00:33.7361758Z Prepare workflow directory
2026-06-09T03:00:33.7730664Z Prepare all required actions
2026-06-09T03:00:33.7755715Z Getting action download info
2026-06-09T03:00:34.2090616Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-09T03:00:35.1014849Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-09T03:00:35.1738196Z ##[group]Run actions/checkout@v5
2026-06-09T03:00:35.1739022Z with:
2026-06-09T03:00:35.1739345Z   repository: SaberMage/spt-core
2026-06-09T03:00:35.1742503Z   token: ***
2026-06-09T03:00:35.1742816Z   ssh-strict: true
2026-06-09T03:00:35.1743155Z   ssh-user: git
2026-06-09T03:00:35.1743482Z   persist-credentials: true
2026-06-09T03:00:35.1743834Z   clean: true
2026-06-09T03:00:35.1744165Z   sparse-checkout-cone-mode: true
2026-06-09T03:00:35.1744567Z   fetch-depth: 1
2026-06-09T03:00:35.1744985Z   fetch-tags: false
2026-06-09T03:00:35.1745318Z   show-progress: true
2026-06-09T03:00:35.1745667Z   lfs: false
2026-06-09T03:00:35.1746005Z   submodules: false
2026-06-09T03:00:35.1746345Z   set-safe-directory: true
2026-06-09T03:00:35.1746850Z ##[endgroup]
2026-06-09T03:00:35.8979952Z Syncing repository: SaberMage/spt-core
2026-06-09T03:00:35.8981855Z ##[group]Getting Git version info
2026-06-09T03:00:35.8983083Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-09T03:00:35.9218716Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-09T03:00:35.9410968Z git version 2.43.0.windows.1
2026-06-09T03:00:35.9435605Z ##[endgroup]
2026-06-09T03:00:35.9444292Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\e38536da-c778-4c31-9513-50a1dec9a072\.gitconfig'
2026-06-09T03:00:35.9457615Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e38536da-c778-4c31-9513-50a1dec9a072' before making global git config changes
2026-06-09T03:00:35.9459741Z Adding repository directory to the temporary git global config as a safe directory
2026-06-09T03:00:35.9462860Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-09T03:00:35.9700938Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-09T03:00:35.9889219Z https://github.com/SaberMage/spt-core
2026-06-09T03:00:35.9917053Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-09T03:00:35.9921023Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-09T03:00:36.0115445Z refs/heads/dev-freeform
2026-06-09T03:00:36.0143915Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-09T03:00:36.0560293Z HEAD is now at 707c733 docs(mesh): MESH-D7-PLAN.md — revoke + timeboxed rotation + re-seed grace
2026-06-09T03:00:36.1043752Z ##[endgroup]
2026-06-09T03:00:36.1045547Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-09T03:00:36.4832431Z ##[group]Cleaning the repository
2026-06-09T03:00:36.4836038Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-09T03:00:39.1328766Z Removing .adapter-notify/
2026-06-09T03:00:39.1329350Z Removing target/
2026-06-09T03:00:39.1361567Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-09T03:00:39.1770130Z HEAD is now at 707c733 docs(mesh): MESH-D7-PLAN.md — revoke + timeboxed rotation + re-seed grace
2026-06-09T03:00:39.1791703Z ##[endgroup]
2026-06-09T03:00:39.1795507Z ##[group]Disabling automatic garbage collection
2026-06-09T03:00:39.1799909Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-09T03:00:39.2012575Z ##[endgroup]
2026-06-09T03:00:39.2013260Z ##[group]Setting up auth
2026-06-09T03:00:39.2018594Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-09T03:00:39.2230065Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-09T03:00:39.5833254Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-09T03:00:39.6062198Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-09T03:00:39.9413872Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-09T03:00:39.9628292Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-09T03:00:40.3006297Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-09T03:00:40.3297729Z ##[endgroup]
2026-06-09T03:00:40.3298637Z ##[group]Fetching the repository
2026-06-09T03:00:40.3304216Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +35d1672fdf999a4fc6e58fcd04ff5c953452beb0:refs/remotes/origin/main
2026-06-09T03:00:41.1435959Z From https://github.com/SaberMage/spt-core
2026-06-09T03:00:41.1437314Z  + a75f77f...35d1672 35d1672fdf999a4fc6e58fcd04ff5c953452beb0 -> origin/main  (forced update)
2026-06-09T03:00:41.1548701Z ##[endgroup]
2026-06-09T03:00:41.1549210Z ##[group]Determining the checkout info
2026-06-09T03:00:41.1549953Z ##[endgroup]
2026-06-09T03:00:41.1554996Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-09T03:00:41.1820045Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-09T03:00:41.2030663Z ##[group]Checking out the ref
2026-06-09T03:00:41.2034992Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-09T03:00:41.2591399Z branch 'main' set up to track 'origin/main'.
2026-06-09T03:00:41.2591752Z Your branch is up to date with 'origin/main'.
2026-06-09T03:00:41.2592350Z Previous HEAD position was 707c733 docs(mesh): MESH-D7-PLAN.md — revoke + timeboxed rotation + re-seed grace
2026-06-09T03:00:41.2592729Z Switched to and reset branch 'main'
2026-06-09T03:00:41.2614460Z ##[endgroup]
2026-06-09T03:00:41.2842969Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-09T03:00:41.3041110Z 35d1672fdf999a4fc6e58fcd04ff5c953452beb0
2026-06-09T03:00:41.3310407Z ##[group]Run cargo build --workspace --all-targets
2026-06-09T03:00:41.3310838Z [36;1mcargo build --workspace --all-targets[0m
2026-06-09T03:00:41.3374133Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-09T03:00:41.3374444Z ##[endgroup]
2026-06-09T03:00:42.2363380Z    Compiling proc-macro2 v1.0.106
2026-06-09T03:00:42.2363700Z    Compiling quote v1.0.45
2026-06-09T03:00:42.2363928Z    Compiling unicode-ident v1.0.24
2026-06-09T03:00:42.2364270Z    Compiling serde_core v1.0.228
2026-06-09T03:00:42.2364668Z    Compiling serde v1.0.228
2026-06-09T03:00:42.2364965Z    Compiling cfg-if v1.0.4
2026-06-09T03:00:42.2365544Z    Compiling windows-link v0.2.1
2026-06-09T03:00:42.2366447Z    Compiling typenum v1.20.1
2026-06-09T03:00:42.2366891Z    Compiling version_check v0.9.5
2026-06-09T03:00:42.2367261Z    Compiling portable-atomic v1.13.1
2026-06-09T03:00:42.2367896Z    Compiling critical-section v1.2.0
2026-06-09T03:00:42.2369688Z    Compiling memchr v2.8.1
2026-06-09T03:00:42.2370000Z    Compiling subtle v2.6.1
2026-06-09T03:00:42.2370343Z    Compiling semver v1.0.28
2026-06-09T03:00:42.2370657Z    Compiling smallvec v1.15.1
2026-06-09T03:00:42.2371160Z    Compiling shlex v2.0.1
2026-06-09T03:00:42.3353172Z    Compiling windows-sys v0.61.2
2026-06-09T03:00:42.3556477Z    Compiling find-msvc-tools v0.1.9
2026-06-09T03:00:42.3761659Z    Compiling equivalent v1.0.2
2026-06-09T03:00:42.4254829Z    Compiling itoa v1.0.18
2026-06-09T03:00:42.4859065Z    Compiling getrandom v0.2.17
2026-06-09T03:00:42.5087686Z    Compiling hashbrown v0.17.1
2026-06-09T03:00:42.5298474Z    Compiling cpufeatures v0.2.17
2026-06-09T03:00:42.5334644Z    Compiling pin-project-lite v0.2.17
2026-06-09T03:00:42.6464337Z    Compiling rustc_version v0.4.1
2026-06-09T03:00:42.6522877Z    Compiling log v0.4.32
2026-06-09T03:00:42.6680047Z    Compiling rand_core v0.10.1
2026-06-09T03:00:42.6763030Z    Compiling futures-core v0.3.32
2026-06-09T03:00:42.6797728Z    Compiling bytes v1.11.1
2026-06-09T03:00:42.6970742Z    Compiling getrandom v0.4.2
2026-06-09T03:00:42.7109299Z    Compiling generic-array v0.14.7
2026-06-09T03:00:42.7170005Z    Compiling stable_deref_trait v1.2.1
2026-06-09T03:00:42.8952256Z    Compiling cc v1.2.63
2026-06-09T03:00:42.9616226Z    Compiling libc v0.2.186
2026-06-09T03:00:43.0617505Z    Compiling autocfg v1.5.1
2026-06-09T03:00:43.0837943Z    Compiling bitflags v2.12.1
2026-06-09T03:00:43.0865415Z    Compiling futures-io v0.3.32
2026-06-09T03:00:43.1559098Z    Compiling futures-sink v0.3.32
2026-06-09T03:00:43.1987365Z    Compiling slab v0.4.12
2026-06-09T03:00:43.3172109Z    Compiling indexmap v2.14.0
2026-06-09T03:00:43.3680022Z    Compiling futures-channel v0.3.32
2026-06-09T03:00:43.4025558Z    Compiling curve25519-dalek v4.1.3
2026-06-09T03:00:43.4278510Z    Compiling futures-task v0.3.32
2026-06-09T03:00:43.4619205Z    Compiling zerocopy v0.8.50
2026-06-09T03:00:43.5379245Z    Compiling ahash v0.8.12
2026-06-09T03:00:43.5539159Z    Compiling rand_core v0.6.4
2026-06-09T03:00:43.6851934Z    Compiling signature v2.2.0
2026-06-09T03:00:43.7005970Z    Compiling zmij v1.0.21
2026-06-09T03:00:43.7311378Z    Compiling fnv v1.0.7
2026-06-09T03:00:43.8634176Z    Compiling syn v2.0.117
2026-06-09T03:00:43.8863888Z    Compiling pkg-config v0.3.33
2026-06-09T03:00:43.9077634Z    Compiling vcpkg v0.2.15
2026-06-09T03:00:43.9317030Z    Compiling ed25519 v2.2.3
2026-06-09T03:00:43.9327674Z    Compiling serde_json v1.0.150
2026-06-09T03:00:43.9590964Z    Compiling fastrand v2.4.1
2026-06-09T03:00:43.9992693Z    Compiling cfg_aliases v0.2.1
2026-06-09T03:00:44.0135279Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-09T03:00:44.0138270Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-09T03:00:44.1826749Z    Compiling crypto-common v0.1.7
2026-06-09T03:00:44.1847344Z    Compiling block-buffer v0.10.4
2026-06-09T03:00:44.2466978Z    Compiling litemap v0.8.2
2026-06-09T03:00:44.2483174Z    Compiling writeable v0.6.3
2026-06-09T03:00:44.2513335Z    Compiling fallible-iterator v0.3.0
2026-06-09T03:00:44.2852989Z    Compiling rustversion v1.0.22
2026-06-09T03:00:44.3183045Z    Compiling utf8_iter v1.0.4
2026-06-09T03:00:44.3340058Z    Compiling digest v0.10.7
2026-06-09T03:00:44.4009786Z    Compiling icu_properties_data v2.2.0
2026-06-09T03:00:44.5253530Z    Compiling icu_normalizer_data v2.2.0
2026-06-09T03:00:44.5443242Z    Compiling windows-targets v0.52.6
2026-06-09T03:00:44.5510176Z    Compiling anyhow v1.0.102
2026-06-09T03:00:44.5934723Z    Compiling percent-encoding v2.3.2
2026-06-09T03:00:44.6397530Z    Compiling sha2 v0.10.9
2026-06-09T03:00:44.6687303Z    Compiling windows-sys v0.59.0
2026-06-09T03:00:44.6711799Z    Compiling http v1.4.1
2026-06-09T03:00:44.6805241Z    Compiling thiserror v2.0.18
2026-06-09T03:00:44.7167999Z    Compiling strsim v0.11.1
2026-06-09T03:00:44.8700764Z    Compiling cpufeatures v0.3.0
2026-06-09T03:00:44.9300584Z    Compiling form_urlencoded v1.2.2
2026-06-09T03:00:44.9424167Z    Compiling libsqlite3-sys v0.30.1
2026-06-09T03:00:45.0936724Z    Compiling ring v0.17.14
2026-06-09T03:00:45.1881748Z    Compiling chacha20 v0.10.0
2026-06-09T03:00:45.2859169Z    Compiling ident_case v1.0.1
2026-06-09T03:00:45.3158875Z    Compiling untrusted v0.9.0
2026-06-09T03:00:45.3576398Z    Compiling num-traits v0.2.19
2026-06-09T03:00:45.4081340Z    Compiling windows-result v0.4.1
2026-06-09T03:00:45.4512451Z    Compiling windows-strings v0.5.1
2026-06-09T03:00:45.5510647Z    Compiling rand v0.10.1
2026-06-09T03:00:45.6999941Z    Compiling rustls v0.23.40
2026-06-09T03:00:45.8067882Z    Compiling scopeguard v1.2.0
2026-06-09T03:00:45.8865883Z    Compiling unicode-segmentation v1.13.3
2026-06-09T03:00:45.9684110Z    Compiling lock_api v0.4.14
2026-06-09T03:00:46.0576121Z    Compiling atomic-waker v1.1.2
2026-06-09T03:00:46.0662726Z    Compiling unicode-xid v0.2.6
2026-06-09T03:00:46.1727597Z    Compiling const-oid v0.10.2
2026-06-09T03:00:46.2900470Z    Compiling httparse v1.10.1
2026-06-09T03:00:46.2900908Z    Compiling http-body v1.0.1
2026-06-09T03:00:46.3381363Z    Compiling hybrid-array v0.4.12
2026-06-09T03:00:46.4203523Z    Compiling base64ct v1.8.3
2026-06-09T03:00:46.5618650Z    Compiling convert_case v0.10.0
2026-06-09T03:00:46.5829983Z    Compiling winapi v0.3.9
2026-06-09T03:00:46.6060134Z    Compiling powerfmt v0.2.0
2026-06-09T03:00:46.7083065Z    Compiling heck v0.5.0
2026-06-09T03:00:46.8855251Z    Compiling pem-rfc7468 v1.0.0
2026-06-09T03:00:46.9240326Z    Compiling deranged v0.5.8
2026-06-09T03:00:46.9878026Z    Compiling memoffset v0.6.5
2026-06-09T03:00:47.0895798Z    Compiling num-conv v0.2.2
2026-06-09T03:00:47.0896208Z    Compiling thiserror v1.0.69
2026-06-09T03:00:47.1666764Z    Compiling tinyvec_macros v0.1.1
2026-06-09T03:00:47.2630971Z    Compiling tower-service v0.3.3
2026-06-09T03:00:47.2799818Z    Compiling base64 v0.22.1
2026-06-09T03:00:47.3079248Z    Compiling data-encoding v2.11.0
2026-06-09T03:00:47.3103868Z    Compiling time-core v0.1.8
2026-06-09T03:00:47.3968715Z    Compiling parking_lot_core v0.9.12
2026-06-09T03:00:47.4091919Z    Compiling try-lock v0.2.5
2026-06-09T03:00:47.5428553Z    Compiling want v0.3.1
2026-06-09T03:00:47.5520107Z    Compiling tinyvec v1.11.0
2026-06-09T03:00:47.6449427Z    Compiling crypto-common v0.2.2
2026-06-09T03:00:47.7131837Z    Compiling block-buffer v0.12.0
2026-06-09T03:00:47.8179872Z    Compiling vergen-lib v9.1.0
2026-06-09T03:00:47.8246926Z    Compiling n0-future v0.3.2
2026-06-09T03:00:47.8328083Z    Compiling inout v0.1.4
2026-06-09T03:00:47.9504023Z    Compiling serial-core v0.4.0
2026-06-09T03:00:48.0114165Z    Compiling winreg v0.10.1
2026-06-09T03:00:48.1450630Z    Compiling ref-cast v1.0.25
2026-06-09T03:00:48.1714802Z    Compiling diatomic-waker v0.2.3
2026-06-09T03:00:48.1723545Z    Compiling parking v2.2.1
2026-06-09T03:00:48.2018482Z    Compiling cordyceps v0.3.4
2026-06-09T03:00:48.2213924Z    Compiling spin v0.10.0
2026-06-09T03:00:48.2299816Z    Compiling crossbeam-utils v0.8.21
2026-06-09T03:00:48.2645822Z    Compiling httpdate v1.0.3
2026-06-09T03:00:48.3498742Z    Compiling winnow v1.0.3
2026-06-09T03:00:48.4179582Z    Compiling futures-lite v2.6.1
2026-06-09T03:00:48.4800070Z    Compiling serial-windows v0.4.0
2026-06-09T03:00:48.5194100Z    Compiling digest v0.11.3
2026-06-09T03:00:48.5536933Z    Compiling cipher v0.4.4
2026-06-09T03:00:48.6258193Z    Compiling futures-buffered v0.2.13
2026-06-09T03:00:48.7034680Z    Compiling vergen v9.1.0
2026-06-09T03:00:48.7246157Z    Compiling vergen-lib v0.1.6
2026-06-09T03:00:48.7246692Z    Compiling universal-hash v0.5.1
2026-06-09T03:00:48.8096312Z    Compiling synstructure v0.13.2
2026-06-09T03:00:48.8646990Z    Compiling darling_core v0.20.11
2026-06-09T03:00:48.8936552Z    Compiling serde_derive_internals v0.29.1
2026-06-09T03:00:48.9039990Z    Compiling noq-udp v0.10.0
2026-06-09T03:00:48.9063682Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-09T03:00:48.9576527Z    Compiling heapless v0.7.17
2026-06-09T03:00:49.0224768Z    Compiling aho-corasick v1.1.4
2026-06-09T03:00:49.2595566Z    Compiling sync_wrapper v1.0.2
2026-06-09T03:00:49.3468082Z    Compiling pin-utils v0.1.0
2026-06-09T03:00:49.3845642Z    Compiling either v1.16.0
2026-06-09T03:00:49.4100261Z    Compiling toml_write v0.1.2
2026-06-09T03:00:49.4159298Z    Compiling regex-syntax v0.8.10
2026-06-09T03:00:49.4259361Z    Compiling lazy_static v1.5.0
2026-06-09T03:00:49.4887893Z    Compiling winnow v0.7.15
2026-06-09T03:00:49.5187895Z    Compiling opaque-debug v0.3.1
2026-06-09T03:00:49.5729399Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-09T03:00:49.6130630Z    Compiling bitflags v1.3.2
2026-06-09T03:00:49.6433369Z    Compiling byteorder v1.5.0
2026-06-09T03:00:49.7157304Z    Compiling nix v0.25.1
2026-06-09T03:00:49.7246748Z    Compiling polyval v0.6.2
2026-06-09T03:00:49.7256097Z    Compiling shared_library v0.1.9
2026-06-09T03:00:49.8262129Z    Compiling hash32 v0.2.1
2026-06-09T03:00:49.9254864Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-09T03:00:50.0537098Z    Compiling parking_lot v0.12.5
2026-06-09T03:00:50.1071237Z    Compiling serial v0.4.0
2026-06-09T03:00:50.1071646Z    Compiling spin v0.9.8
2026-06-09T03:00:50.1124789Z    Compiling vergen-gitcl v1.0.8
2026-06-09T03:00:50.1552132Z    Compiling windows-threading v0.2.1
2026-06-09T03:00:50.2724690Z    Compiling signature v3.0.0
2026-06-09T03:00:50.2862363Z    Compiling dyn-clone v1.0.20
2026-06-09T03:00:50.3652452Z    Compiling downcast-rs v1.2.1
2026-06-09T03:00:50.5058238Z    Compiling shell-words v1.1.1
2026-06-09T03:00:50.5114867Z    Compiling tower-layer v0.3.3
2026-06-09T03:00:50.5799371Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-09T03:00:50.7024090Z    Compiling ghash v0.5.1
2026-06-09T03:00:50.7943904Z    Compiling socket2 v0.6.4
2026-06-09T03:00:50.8142136Z    Compiling mio v1.2.1
2026-06-09T03:00:50.8675944Z    Compiling ctr v0.9.2
2026-06-09T03:00:50.8996130Z    Compiling aes v0.8.4
2026-06-09T03:00:50.9301483Z    Compiling sha2 v0.11.0-rc.5
2026-06-09T03:00:50.9996054Z    Compiling time v0.3.47
2026-06-09T03:00:51.1174277Z    Compiling http-body-util v0.1.3
2026-06-09T03:00:51.1719644Z    Compiling aead v0.5.2
2026-06-09T03:00:51.3468626Z    Compiling ipconfig v0.3.4
2026-06-09T03:00:51.3746598Z    Compiling serde_derive v1.0.228
2026-06-09T03:00:51.4078980Z    Compiling zeroize_derive v1.4.3
2026-06-09T03:00:51.4138345Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-09T03:00:51.5389450Z    Compiling zerofrom-derive v0.1.7
2026-06-09T03:00:51.5937290Z    Compiling yoke-derive v0.8.2
2026-06-09T03:00:51.7698753Z    Compiling tokio-macros v2.7.0
2026-06-09T03:00:51.7722077Z    Compiling futures-macro v0.3.32
2026-06-09T03:00:51.9501374Z    Compiling zerovec-derive v0.11.3
2026-06-09T03:00:52.2817484Z    Compiling displaydoc v0.2.6
2026-06-09T03:00:52.2946158Z    Compiling zeroize v1.8.2
2026-06-09T03:00:52.3340982Z    Compiling tracing-attributes v0.1.31
2026-06-09T03:00:52.3495955Z    Compiling thiserror-impl v2.0.18
2026-06-09T03:00:52.4026925Z    Compiling derive_more-impl v2.1.1
2026-06-09T03:00:52.8107793Z    Compiling rustls-pki-types v1.14.1
2026-06-09T03:00:52.8217443Z    Compiling tokio v1.52.3
2026-06-09T03:00:52.8974390Z    Compiling darling_macro v0.20.11
2026-06-09T03:00:52.9597572Z    Compiling futures-util v0.3.32
2026-06-09T03:00:53.0698421Z    Compiling windows-implement v0.60.2
2026-06-09T03:00:53.2204627Z    Compiling spez v0.1.2
2026-06-09T03:00:53.4481762Z    Compiling zerofrom v0.1.8
2026-06-09T03:00:53.4487243Z    Compiling rustls-webpki v0.103.13
2026-06-09T03:00:53.5613547Z    Compiling n0-error-macros v0.1.3
2026-06-09T03:00:53.5782261Z    Compiling darling v0.20.11
2026-06-09T03:00:53.6918762Z    Compiling windows-interface v0.59.3
2026-06-09T03:00:53.8222435Z    Compiling yoke v0.8.3
2026-06-09T03:00:53.8347659Z    Compiling der v0.8.0-rc.10
2026-06-09T03:00:53.8994418Z    Compiling derive_builder_core v0.20.2
2026-06-09T03:00:54.0163507Z    Compiling thiserror-impl v1.0.69
2026-06-09T03:00:54.0397996Z    Compiling pin-project-internal v1.1.13
2026-06-09T03:00:54.0982301Z    Compiling ref-cast-impl v1.0.25
2026-06-09T03:00:54.2825129Z    Compiling zerovec v0.11.6
2026-06-09T03:00:54.3100198Z    Compiling zerotrie v0.2.4
2026-06-09T03:00:54.4427094Z    Compiling ed25519-dalek v2.2.0
2026-06-09T03:00:54.7775140Z    Compiling spt-proto v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-09T03:00:54.8320650Z    Compiling n0-error v0.1.3
2026-06-09T03:00:54.8606346Z    Compiling windows-core v0.62.2
2026-06-09T03:00:55.0317735Z    Compiling regex-automata v0.4.14
2026-06-09T03:00:55.0914676Z    Compiling schemars_derive v1.2.1
2026-06-09T03:00:55.1784056Z    Compiling tinystr v0.8.3
2026-06-09T03:00:55.1992999Z    Compiling potential_utf v0.1.5
2026-06-09T03:00:55.3125205Z    Compiling cobs v0.3.0
2026-06-09T03:00:55.3629267Z    Compiling icu_collections v2.2.0
2026-06-09T03:00:55.4771129Z    Compiling icu_locale_core v2.2.0
2026-06-09T03:00:55.4968821Z    Compiling derive_builder_macro v0.20.2
2026-06-09T03:00:55.5598642Z    Compiling pin-project v1.1.13
2026-06-09T03:00:55.5949749Z    Compiling proc-macro-crate v3.5.0
2026-06-09T03:00:55.6061869Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-09T03:00:55.7397685Z    Compiling spki v0.8.0-rc.4
2026-06-09T03:00:55.8271449Z    Compiling filedescriptor v0.8.3
2026-06-09T03:00:55.9106868Z    Compiling derive_builder v0.20.2
2026-06-09T03:00:56.0447194Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-09T03:00:56.1107036Z    Compiling portable-pty v0.8.1
2026-06-09T03:00:56.1297767Z    Compiling windows-future v0.3.2
2026-06-09T03:00:56.1536089Z    Compiling windows-collections v0.3.2
2026-06-09T03:00:56.3231626Z    Compiling ipnet v2.12.0
2026-06-09T03:00:56.3695242Z    Compiling toml_datetime v0.6.11
2026-06-09T03:00:56.4106801Z    Compiling serde_spanned v0.6.9
2026-06-09T03:00:56.6374017Z    Compiling toml_edit v0.22.27
2026-06-09T03:00:56.7295366Z    Compiling prefix-trie v0.8.4
2026-06-09T03:00:56.7649181Z    Compiling ed25519 v3.0.0-rc.4
2026-06-09T03:00:56.9518169Z    Compiling derive_more v2.1.1
2026-06-09T03:00:57.1067481Z    Compiling once_cell v1.21.4
2026-06-09T03:00:57.2770402Z    Compiling icu_provider v2.2.0
2026-06-09T03:00:57.2854670Z    Compiling schemars v1.2.1
2026-06-09T03:00:57.4032766Z    Compiling tracing-core v0.1.36
2026-06-09T03:00:57.4401874Z    Compiling tempfile v3.27.0
2026-06-09T03:00:57.6042432Z    Compiling windows-numerics v0.3.1
2026-06-09T03:00:57.6053534Z    Compiling postcard-derive v0.2.2
2026-06-09T03:00:57.6905889Z    Compiling hashbrown v0.14.5
2026-06-09T03:00:57.7162319Z    Compiling icu_properties v2.2.0
2026-06-09T03:00:57.7250721Z    Compiling icu_normalizer v2.2.0
2026-06-09T03:00:57.8480357Z    Compiling widestring v1.2.1
2026-06-09T03:00:57.9158667Z    Compiling regex v1.12.3
2026-06-09T03:00:57.9826100Z    Compiling tracing v0.1.44
2026-06-09T03:00:58.2510765Z    Compiling futures-executor v0.3.32
2026-06-09T03:00:58.2546130Z    Compiling postcard v1.1.3
2026-06-09T03:00:58.3565842Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-09T03:00:58.4395171Z    Compiling hashlink v0.9.1
2026-06-09T03:00:58.6244890Z    Compiling futures v0.3.32
2026-06-09T03:00:58.6615525Z    Compiling windows v0.62.2
2026-06-09T03:00:58.7147332Z    Compiling num_enum_derive v0.7.6
2026-06-09T03:00:58.7841300Z    Compiling rusqlite v0.32.1
2026-06-09T03:00:58.8595995Z    Compiling chrono v0.4.45
2026-06-09T03:00:58.8596465Z    Compiling data-encoding-macro v0.1.20
2026-06-09T03:00:58.9557076Z    Compiling toml v0.8.23
2026-06-09T03:00:59.0859665Z    Compiling idna_adapter v1.2.2
2026-06-09T03:00:59.1109760Z    Compiling aes-gcm v0.10.3
2026-06-09T03:00:59.1191826Z    Compiling enum-assoc v1.3.0
2026-06-09T03:00:59.3360663Z    Compiling idna v1.1.0
2026-06-09T03:00:59.3654791Z    Compiling async-trait v0.1.89
2026-06-09T03:00:59.5425489Z    Compiling iroh-metrics-derive v0.4.1
2026-06-09T03:00:59.7079150Z    Compiling url v2.5.8
2026-06-09T03:00:59.7277974Z    Compiling strum_macros v0.28.0
2026-06-09T03:01:00.0291487Z    Compiling spt-store v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-09T03:01:00.0500936Z    Compiling crossbeam-channel v0.5.15
2026-06-09T03:01:00.1600902Z    Compiling crossbeam-epoch v0.9.18
2026-06-09T03:01:00.1840918Z    Compiling windows-registry v0.6.1
2026-06-09T03:01:00.2395729Z    Compiling blake3 v1.8.5
2026-06-09T03:01:00.6913330Z    Compiling tokio-util v0.7.18
2026-06-09T03:01:00.7328565Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-09T03:01:00.7642935Z    Compiling tower v0.5.3
2026-06-09T03:01:00.7658674Z    Compiling netwatch v0.16.0
2026-06-09T03:01:00.7827412Z    Compiling noq v0.18.0
2026-06-09T03:01:00.9192109Z    Compiling tokio-rustls v0.26.4
2026-06-09T03:01:00.9359530Z    Compiling uuid v1.23.2
2026-06-09T03:01:01.0806652Z    Compiling acto v0.8.2
2026-06-09T03:01:01.1064173Z    Compiling xml-rs v0.8.28
2026-06-09T03:01:01.1193842Z    Compiling foldhash v0.2.0
2026-06-09T03:01:01.1922254Z    Compiling sorted-index-buffer v0.2.1
2026-06-09T03:01:01.2980634Z    Compiling allocator-api2 v0.2.21
2026-06-09T03:01:01.3645783Z    Compiling rustc-hash v2.1.2
2026-06-09T03:01:01.3902642Z    Compiling ryu v1.0.23
2026-06-09T03:01:01.3950024Z    Compiling identity-hash v0.1.0
2026-06-09T03:01:01.4694072Z    Compiling lru-slab v0.1.2
2026-06-09T03:01:01.5409699Z    Compiling mac-addr v0.3.0
2026-06-09T03:01:01.5411543Z    Compiling tagptr v0.2.0
2026-06-09T03:01:01.6521434Z    Compiling noq-proto v0.17.0
2026-06-09T03:01:01.6721645Z    Compiling iroh-metrics v0.38.3
2026-06-09T03:01:01.7872387Z    Compiling moka v0.12.15
2026-06-09T03:01:01.8580909Z    Compiling hashbrown v0.16.1
2026-06-09T03:01:01.8624184Z    Compiling tower-http v0.6.11
2026-06-09T03:01:01.9150325Z    Compiling netdev v0.42.0
2026-06-09T03:01:01.9658799Z    Compiling h2 v0.4.14
2026-06-09T03:01:02.5469184Z    Compiling spt-msg v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-09T03:01:02.6396781Z    Compiling strum v0.28.0
2026-06-09T03:01:02.7872298Z    Compiling n0-watcher v0.6.1
2026-06-09T03:01:02.8163767Z    Compiling xmltree v0.10.3
2026-06-09T03:01:02.9809782Z    Compiling spt-term v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-09T03:01:03.0515757Z    Compiling spt-runtime v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-09T03:01:03.0891529Z    Compiling tokio-stream v0.1.18
2026-06-09T03:01:03.2586143Z    Compiling rustls-platform-verifier v0.7.0
2026-06-09T03:01:03.3153542Z    Compiling iroh-base v0.98.0
2026-06-09T03:01:03.3511474Z    Compiling attohttpc v0.30.1
2026-06-09T03:01:03.8036242Z    Compiling num_enum v0.7.6
2026-06-09T03:01:03.8354311Z    Compiling iroh-relay v0.98.0
2026-06-09T03:01:04.0491908Z    Compiling simple-dns v0.9.3
2026-06-09T03:01:04.0704753Z    Compiling simdutf8 v0.1.5
2026-06-09T03:01:04.1366391Z    Compiling resolv-conf v0.7.6
2026-06-09T03:01:04.2138997Z    Compiling sha1_smol v1.0.1
2026-06-09T03:01:04.3656842Z    Compiling constant_time_eq v0.4.2
2026-06-09T03:01:04.4815309Z    Compiling arrayvec v0.7.6
2026-06-09T03:01:04.5217839Z    Compiling smol_str v0.1.24
2026-06-09T03:01:04.6033536Z    Compiling arrayref v0.3.9
2026-06-09T03:01:04.6413951Z    Compiling tokio-websockets v0.13.2
2026-06-09T03:01:04.8117056Z    Compiling lru v0.16.4
2026-06-09T03:01:04.8876059Z    Compiling webpki-roots v1.0.7
2026-06-09T03:01:05.0358134Z    Compiling seize v0.5.1
2026-06-09T03:01:05.0487564Z    Compiling serde_bytes v0.11.19
2026-06-09T03:01:05.0705259Z    Compiling hmac v0.12.1
2026-06-09T03:01:05.2582667Z    Compiling iroh v0.98.2
2026-06-09T03:01:05.3837807Z    Compiling cmov v0.5.4
2026-06-09T03:01:05.4208852Z    Compiling papaya v0.2.4
2026-06-09T03:01:05.5296279Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-09T03:01:05.7150600Z    Compiling ctutils v0.4.2
2026-06-09T03:01:05.7226075Z    Compiling hkdf v0.12.4
2026-06-09T03:01:05.7287726Z    Compiling backon v1.6.0
2026-06-09T03:01:05.7406189Z    Compiling sha1 v0.10.6
2026-06-09T03:01:05.7847962Z    Compiling recvmsg v1.0.0
2026-06-09T03:01:05.9225960Z    Compiling iroh-dns v0.98.0
2026-06-09T03:01:06.0861832Z    Compiling spake2 v0.4.0
2026-06-09T03:01:06.1293131Z    Compiling doctest-file v1.1.1
2026-06-09T03:01:06.1561165Z    Compiling spt-live v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-09T03:01:06.1594754Z    Compiling utf8parse v0.2.2
2026-06-09T03:01:06.2112240Z    Compiling once_cell_polyfill v1.70.2
2026-06-09T03:01:06.3124507Z    Compiling anstyle v1.0.14
2026-06-09T03:01:06.3642306Z    Compiling anstyle-parse v1.0.0
2026-06-09T03:01:06.4560214Z    Compiling hyper v1.10.1
2026-06-09T03:01:06.5175340Z    Compiling hickory-net v0.26.0-beta.4
2026-06-09T03:01:06.5245350Z    Compiling anstyle-query v1.1.5
2026-06-09T03:01:06.6846504Z    Compiling anstyle-wincon v3.0.11
2026-06-09T03:01:06.7013124Z    Compiling interprocess v2.4.2
2026-06-09T03:01:06.7265948Z    Compiling colorchoice v1.0.5
2026-06-09T03:01:06.8635707Z    Compiling is_terminal_polyfill v1.70.2
2026-06-09T03:01:06.9753999Z    Compiling anstream v1.0.0
2026-06-09T03:01:06.9945145Z    Compiling terminal_size v0.4.4
2026-06-09T03:01:07.0788691Z    Compiling clap_lex v1.1.0
2026-06-09T03:01:07.1634119Z    Compiling clap_derive v4.6.1
2026-06-09T03:01:07.2327291Z    Compiling qrcode v0.14.1
2026-06-09T03:01:07.4635653Z    Compiling clap_builder v4.6.0
2026-06-09T03:01:07.6965347Z    Compiling mock-adapter v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-09T03:01:08.4187802Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-09T03:01:08.5787142Z    Compiling hyper-util v0.1.20
2026-06-09T03:01:09.0088047Z    Compiling wmi v0.18.4
2026-06-09T03:01:10.3310209Z    Compiling clap v4.6.1
2026-06-09T03:01:10.4921474Z    Compiling hyper-rustls v0.27.9
2026-06-09T03:01:10.5088818Z    Compiling igd-next v0.17.1
2026-06-09T03:01:10.7427097Z    Compiling reqwest v0.13.4
2026-06-09T03:01:11.7174806Z    Compiling portmapper v0.16.0
2026-06-09T03:01:27.6176245Z    Compiling spt-net v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-09T03:01:29.0928155Z    Compiling spt-daemon v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-09T03:01:37.3070471Z    Compiling spt v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-09T03:01:44.4978247Z    Compiling xtask v0.3.0 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-09T03:02:03.8390149Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
2026-06-09T03:02:03.9773035Z ##[group]Run cargo test --workspace
2026-06-09T03:02:03.9773352Z [36;1mcargo test --workspace[0m
2026-06-09T03:02:03.9827369Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-09T03:02:03.9827657Z ##[endgroup]
2026-06-09T03:02:04.7340096Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
2026-06-09T03:02:04.7821869Z      Running unittests src\main.rs (target\debug\deps\mock_session-aca1baa63fe2d429.exe)
2026-06-09T03:02:04.8088599Z 
2026-06-09T03:02:04.8088915Z running 0 tests
2026-06-09T03:02:04.8089043Z 
2026-06-09T03:02:04.8089307Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-09T03:02:04.8089569Z 
2026-06-09T03:02:04.8100591Z      Running unittests src\shell.rs (target\debug\deps\mock_shell-00a91aa00fe8068d.exe)
2026-06-09T03:02:04.8329508Z 
2026-06-09T03:02:04.8329661Z running 0 tests
2026-06-09T03:02:04.8329806Z 
2026-06-09T03:02:04.8330127Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-09T03:02:04.8330362Z 
2026-06-09T03:02:04.8340767Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-42cd371dfcc0dde5.exe)
2026-06-09T03:02:05.0522959Z 
2026-06-09T03:02:05.0523340Z running 3 tests
2026-06-09T03:02:05.0621545Z test mock_has_no_claude_code_conventions ... ok
2026-06-09T03:02:05.0621856Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-09T03:02:05.0622140Z test mock_manifest_parses_and_validates ... ok
2026-06-09T03:02:05.0622363Z 
2026-06-09T03:02:05.0622559Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-09T03:02:05.0622793Z 
2026-06-09T03:02:05.0635308Z      Running unittests src\main.rs (target\debug\deps\spt-7abee5d1468d48c8.exe)
2026-06-09T03:02:05.6848614Z 
2026-06-09T03:02:05.6849023Z running 105 tests
2026-06-09T03:02:05.6859258Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-09T03:02:05.6860829Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-09T03:02:05.6863661Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-09T03:02:05.6864051Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-09T03:02:05.6864520Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-09T03:02:05.6867608Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-09T03:02:05.6867921Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-09T03:02:05.6933729Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-09T03:02:05.6950710Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-09T03:02:05.7009246Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-09T03:02:05.7066037Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-09T03:02:05.7082103Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-09T03:02:05.8053736Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-09T03:02:05.8058312Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-09T03:02:05.9169227Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-09T03:02:05.9227991Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-09T03:02:06.0480730Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-09T03:02:06.0485590Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-09T03:02:06.0881379Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-09T03:02:06.0894484Z test api::tests::adapter_is_required ... ok
2026-06-09T03:02:06.0901603Z test api::tests::state_value_is_validated ... ok
2026-06-09T03:02:06.0922582Z test api::tests::surface_parses ... ok
2026-06-09T03:02:06.2379464Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-09T03:02:06.2430583Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-09T03:02:06.2530052Z test api::reporting::tests::history_log_appends ... ok
2026-06-09T03:02:06.2570101Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-09T03:02:06.2639608Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-09T03:02:06.2669347Z test cli::tests::access_subcommands_parse ... ok
2026-06-09T03:02:06.2687789Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-09T03:02:06.2690229Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-09T03:02:06.2692539Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-09T03:02:06.2788391Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-09T03:02:06.2790639Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-09T03:02:06.2879703Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-09T03:02:06.2900969Z test cli::tests::daemon_subcommands_parse ... ok
2026-06-09T03:02:06.2908478Z test cli::tests::digest_flag_defaults ... ok
2026-06-09T03:02:06.2909497Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-09T03:02:06.2973824Z test cli::tests::endpoint_subcommands_parse ... ok
2026-06-09T03:02:06.2975251Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-09T03:02:06.3004684Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-09T03:02:06.3034712Z test cli::tests::grant_subcommands_parse ... ok
2026-06-09T03:02:06.3058827Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-09T03:02:06.3116379Z test cli::tests::hot_path_flat_and_moved_verbs_gone ... ok
2026-06-09T03:02:06.3127461Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-09T03:02:06.3137894Z test cli::tests::invalid_usage_errors ... ok
2026-06-09T03:02:06.3139061Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-09T03:02:06.3230474Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-09T03:02:06.3233183Z test cli::tests::node_level_label_names_an_endpointless_peer ... ok
2026-06-09T03:02:06.3234731Z test cli::tests::node_rows_disambiguate_only_on_label_collision ... ok
2026-06-09T03:02:06.3236942Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-09T03:02:06.3239148Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-09T03:02:06.3242415Z test cli::tests::notify_subnet_resolution_home_default ... ok
2026-06-09T03:02:06.3267607Z test cli::tests::notify_surface_parses ... ok
2026-06-09T03:02:06.3343932Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-09T03:02:06.3354356Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-09T03:02:06.3651664Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-09T03:02:06.3699837Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-09T03:02:06.3819753Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-09T03:02:06.3821014Z test cli::tests::prune_candidates_resolve_never_guess ... ok
2026-06-09T03:02:06.3829030Z test cli::tests::ring_timeout_defaults ... ok
2026-06-09T03:02:06.3878147Z test api::startup::tests::missing_seed_refused ... ok
2026-06-09T03:02:06.3885739Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-09T03:02:06.4235762Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-09T03:02:06.4377724Z test cli::tests::run_bounded_yields_value_or_timeout_default ... ok
2026-06-09T03:02:06.4609746Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-09T03:02:06.4664430Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-09T03:02:06.4749233Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-09T03:02:06.4814269Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-09T03:02:06.4830895Z test cli::tests::shell_subcommands_parse ... ok
2026-06-09T03:02:06.4868753Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-09T03:02:06.4927046Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-09T03:02:06.5035553Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-09T03:02:06.5064721Z test cli::tests::subcommands_parse ... ok
2026-06-09T03:02:06.5144030Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-09T03:02:06.5147453Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-09T03:02:06.5148719Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-09T03:02:06.5149717Z test cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation ... ok
2026-06-09T03:02:06.5151905Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-09T03:02:06.5155444Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-09T03:02:06.5156725Z test elevation::tests::admin_terminal_style_has_no_command_prefix ... ok
2026-06-09T03:02:06.5158113Z test elevation::tests::auto_elevate_only_when_unix_interactive_and_unelevated ... ok
2026-06-09T03:02:06.5159707Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-09T03:02:06.5160949Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-09T03:02:06.5162043Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-09T03:02:06.5163671Z test elevation::tests::sudo_rerun_shell_quotes_spaced_args ... ok
2026-06-09T03:02:06.5165088Z test elevation::tests::sudo_rerun_uses_absolute_path_not_bare_name ... ok
2026-06-09T03:02:06.5220477Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-09T03:02:06.5222336Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-09T03:02:06.5316554Z test cli::tests::probe_all_timeout_settles_false_without_stalling_batch ... ok
2026-06-09T03:02:06.5662912Z test cli::tests::probe_all_runs_concurrently_in_input_order ... ok
2026-06-09T03:02:06.5907875Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-09T03:02:06.6644841Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-09T03:02:06.6671034Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-09T03:02:06.8392416Z test cli::tests::probe_all_cap_batches_into_windows ... ok
2026-06-09T03:02:08.4492617Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-09T03:02:23.7604740Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-09T03:02:23.9905900Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-09T03:02:24.0228739Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-09T03:02:24.0534302Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-09T03:02:24.2112292Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-09T03:02:24.3812712Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-09T03:02:34.6544283Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-09T03:02:34.6557517Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-09T03:02:34.9169517Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-09T03:02:35.0335762Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-09T03:02:35.0335961Z 
2026-06-09T03:02:35.0336118Z test result: ok. 105 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 29.35s
2026-06-09T03:02:35.0336337Z 
2026-06-09T03:02:35.0439516Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-d8292f4232ea140a.exe)
2026-06-09T03:02:35.3250808Z 
2026-06-09T03:02:35.3250947Z running 4 tests
2026-06-09T03:02:46.0987619Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... FAILED
2026-06-09T03:02:46.1183800Z SEEDED:25488
2026-06-09T03:02:47.1264829Z test live_agent_lifecycle_e2e ... ok
2026-06-09T03:02:47.2577734Z test mock_adapter_drives_the_full_contract ... ok
2026-06-09T03:02:47.2994239Z SEEDED:25488
2026-06-09T03:02:47.5911003Z test seed_then_listen_binds_and_relays ... ok
2026-06-09T03:02:47.5911172Z 
2026-06-09T03:02:47.5911222Z failures:
2026-06-09T03:02:47.5911298Z 
2026-06-09T03:02:47.5911683Z ---- cold_api_call_autostarts_daemon_and_handoff_is_in_memory stdout ----
2026-06-09T03:02:47.5911906Z 
2026-06-09T03:02:47.5912134Z thread 'cold_api_call_autostarts_daemon_and_handoff_is_in_memory' (41276) panicked at crates\spt\tests\contract_e2e.rs:465:5:
2026-06-09T03:02:47.5912524Z cold api seed must auto-start the daemon and seed: ExitStatus(ExitStatus(1))
2026-06-09T03:02:47.5913003Z ELEVATED_DAEMON: no unelevated identity to drop to — daemon inherits the elevated token
2026-06-09T03:02:47.5913329Z DAEMON_START_WARN: daemon did not come up within the start window
2026-06-09T03:02:47.5913672Z ELEVATED_DAEMON: no unelevated identity to drop to — daemon inherits the elevated token
2026-06-09T03:02:47.5914005Z SEED_FAIL:25488: daemon unavailable: daemon did not come up within the start window
2026-06-09T03:02:47.5914639Z 
2026-06-09T03:02:47.5914764Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-09T03:02:47.5914942Z 
2026-06-09T03:02:47.5914944Z 
2026-06-09T03:02:47.5914991Z failures:
2026-06-09T03:02:47.5915149Z     cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-09T03:02:47.5915297Z 
2026-06-09T03:02:47.5915455Z test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.27s
2026-06-09T03:02:47.5915668Z 
2026-06-09T03:02:47.5924929Z error: test failed, to rerun pass `-p spt --test contract_e2e`
2026-06-09T03:02:47.6602841Z ##[error]Process completed with exit code 1.
2026-06-09T03:02:47.6797403Z Post job cleanup.
2026-06-09T03:02:47.7747376Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-09T03:02:47.7947430Z git version 2.43.0.windows.1
2026-06-09T03:02:47.7981927Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5d20ec30-3893-415e-a47a-5455c92edb3f\.gitconfig'
2026-06-09T03:02:47.7994021Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5d20ec30-3893-415e-a47a-5455c92edb3f' before making global git config changes
2026-06-09T03:02:47.7994502Z Adding repository directory to the temporary git global config as a safe directory
2026-06-09T03:02:47.7999402Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-09T03:02:47.8216966Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-09T03:02:47.8429915Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-09T03:02:48.2101774Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-09T03:02:48.2303614Z http.https://github.com/.extraheader
2026-06-09T03:02:48.2328486Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-09T03:02:48.2553007Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-09T03:02:48.5983613Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-09T03:02:48.6198502Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-09T03:02:48.9817405Z Cleaning up orphan processes
